home *** CD-ROM | disk | FTP | other *** search
/ IRIX Patches 1995 September / SGI IRIX Patches 1995 Sep.iso / 5.3_patches / patchSG0000646 / patchSG0000646.idb / etc / sendmail.hf.z / sendmail.hf
Text File  |  1995-09-07  |  2KB  |  57 lines

  1. cpyr
  2. cpyr    Copyright (c) 1983  Eric P. Allman
  3. cpyr    Copyright (c) 1988, 1993
  4. cpyr        The Regents of the University of California.  All rights reserved.
  5. cpyr    
  6. cpyr    @(#)sendmail.hf    8.2 (Berkeley) 7/16/93
  7. cpyr
  8. smtp    Commands:
  9. smtp        HELO    EHLO    MAIL    RCPT    DATA
  10. smtp        RSET    NOOP    QUIT    HELP    VRFY
  11. smtp        EXPN    VERB
  12. smtp    For more info use "HELP <topic>".
  13. smtp    For local information send email to Postmaster at your site.
  14. help    HELP [ <topic> ]
  15. help        The HELP command gives help info.
  16. helo    HELO <hostname>
  17. helo        Introduce yourself.
  18. ehlo    EHLO <hostname>
  19. ehlo        Introduce yourself, and request extended SMTP mode.
  20. mail    MAIL FROM: <sender>
  21. mail        Specifies the sender.
  22. rcpt    RCPT TO: <recipient>
  23. rcpt        Specifies the recipient.  Can be used any number of times.
  24. data    DATA
  25. data        Following text is collected as the message.
  26. data        End with a single dot.
  27. rset    RSET
  28. rset        Resets the system.
  29. quit    QUIT
  30. quit        Exit sendmail (SMTP).
  31. verb    VERB
  32. verb        Go into verbose mode.  This sends 0xy responses that are
  33. verb        are not RFC821 standard (but should be)  They are recognized
  34. verb        by humans and other sendmail implementations.
  35. vrfy    VRFY <recipient>
  36. vrfy        Verify an address.  If you want to see what it aliases
  37. vrfy        to, use EXPN instead.
  38. expn    EXPN <recipient>
  39. expn        Expand an address.  If the address indicates a mailing
  40. expn        list, return the contents of that list.
  41. noop    NOOP
  42. noop        Do nothing.
  43. send    SEND FROM: <sender>
  44. send        replaces the MAIL command, and can be used to send
  45. send        directly to a users terminal.  Not supported in this
  46. send        implementation.
  47. soml    SOML FROM: <sender>
  48. soml        Send or mail.  If the user is logged in, send directly,
  49. soml        otherwise mail.  Not supported in this implementation.
  50. saml    SAML FROM: <sender>
  51. saml        Send and mail.  Send directly to the user's terminal,
  52. saml        and also mail a letter.  Not supported in this
  53. saml        implementation.
  54. turn    TURN
  55. turn        Reverses the direction of the connection.  Not currently
  56. turn        implemented.
  57.